Hi there,
If you're using iOS 15+, you can use this solution:
if #available(iOS 15.0, *) {
player?.audiovisualBackgroundPlaybackPolicy = .continuesIfPossible
} else {
// Have no idea how to handle it
}
Topic:
Media Technologies
SubTopic:
Audio
Tags: